Rate Limit
Each API key is limited to 60 requests per minute.
If the limit is exceeded, the API returns:
429 Too Many Requests
Recommendation​
- Use retries with backoff.
- Queue burst operations.
- Avoid polling where webhooks or batch flows are possible.